projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326c27f
)
(c-end-of-statement-1):
author
Karl Heuer
<kwzh@gnu.org>
Thu, 23 Oct 1997 07:33:21 +0000
(07:33 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 23 Oct 1997 07:33:21 +0000
(07:33 +0000)
Wrap backward-up-list in a c-safe call so no
error results when buffer contains only a comment and point is at
eob.
lisp/progmodes/cc-engine.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-engine.el
b/lisp/progmodes/cc-engine.el
index 9fd6d37248543a7fe574e15572a922031d257161..69a61c4f0fb42c8dbca499bea59b3913b53c8577 100644
(file)
--- a/
lisp/progmodes/cc-engine.el
+++ b/
lisp/progmodes/cc-engine.el
@@
-7,7
+7,7
@@
;; 1985 Richard M. Stallman
;; Maintainer: cc-mode-help@python.org
;; Created: 22-Apr-1997 (split from cc-mode.el)
-;; Version: 5.1
7
+;; Version: 5.1
8
;; Keywords: c languages oop
;; This file is part of GNU Emacs.